home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / s / pcd < prev    next >
AmigaDOS Script File  |  1992-09-03  |  248b  |  15 lines

  1. .key dir
  2.  
  3. ; $VER: pcd 38.1 (11.10.91)
  4. ; This is a CD script that remembers the previous directory
  5.  
  6. IF "<dir>" EQ ""
  7.   Assign ofrom<$$>: ""
  8.   CD from<$$>:
  9.   Assign from<$$>: ofrom<$$>:
  10.   Assign ofrom<$$>:
  11. Else
  12.   Assign from<$$>: ""
  13.   CD <dir>
  14. EndIF
  15.